home *** CD-ROM | disk | FTP | other *** search
/ The Guided Tour of Multimedia (Second Edition) / The Guided Tour of Multimedia (Second Edition).iso / trials / director / evalcopy / director.z / SIMPLE.DIR / 00009_Script_9 < prev   
Text File  |  1994-02-18  |  213b  |  13 lines

  1. on startMovie
  2.   puppetSprite 2, TRUE
  3.   set the visible of sprite 3 to TRUE
  4.   set the visible of sprite 1 to FALSE
  5.   set the visible of sprite 4 to FALSE
  6. end
  7.  
  8.  
  9.  
  10. on stopMovie
  11.   puppetSprite 2, FALSE
  12. end
  13.